From: Florian Fainelli Date: Tue, 29 Jul 2008 08:17:00 +0000 (+0000) Subject: libamsel objects should be compiled with -fPIC to allow shared library generation... X-Git-Url: http://git.openwrt.org/%22https:/collectd.org//%22/%22https:/collectd.org/%22?a=commitdiff_plain;h=478fa95235395ec272b376cb90f5068727d20bc9;p=openwrt%2Fsvn-archive%2Fpackages.git libamsel objects should be compiled with -fPIC to allow shared library generation, this bug is only triggered when building for 64bits apparently SVN-Revision: 11984 --- diff --git a/libs/libamsel/Makefile b/libs/libamsel/Makefile index 0305d3293..d205f8873 100644 --- a/libs/libamsel/Makefile +++ b/libs/libamsel/Makefile @@ -36,7 +36,7 @@ define Build/Configure endef MAKE_FLAGS += \ - CFLAGS="$(TARGET_CFLAGS) -I$(PKG_BUILD_DIR)" \ + CFLAGS="$(TARGET_CFLAGS) -I$(PKG_BUILD_DIR) -fPIC" \ LDIR=$(PKG_BUILD_DIR) \ PREFIX="$(PKG_INSTALL_DIR)/usr" \ all install